home *** CD-ROM | disk | FTP | other *** search
-
- /* Generated by the NeXT Interface Builder */
-
- #import <appkit/appkit.h>
- #import <appkit/View.h>
-
- @interface StopwatchView : View
- {
- id timeField;
- id myAnimator, offWin, myFont;
- float angle, frozenangle;
- }
-
- + newFrame: (NXRect *) r;
- - drawSelf: (NXRect *) r : (int) n;
- - animate: sender;
- - buildDial ;
- - placeDial;
- - showTime: (char *) str;
- - setTimeField:anObject;
- - runPressed:sender;
- - stopPressed:sender;
- - resetPressed:sender;
- - queryPressed:sender;
-
- @end
-